home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / love / penezniden.exe / {app} / Penezni denik.exe / 0 / RCDATA / TTISKDIALOG / TTISKDIALOG.txt
Encoding:
Text File  |  2003-12-28  |  1.9 KB  |  99 lines

  1. object tiskdialog: Ttiskdialog
  2.   Left = 481
  3.   Top = 142
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Tisk'
  7.   ClientHeight = 176
  8.   ClientWidth = 154
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Button1: TButton
  23.     Left = 0
  24.     Top = 0
  25.     Width = 154
  26.     Height = 25
  27.     Caption = 'P∩┐╜∩┐╜jmy'
  28.     TabOrder = 0
  29.     OnClick = Button1Click
  30.   end
  31.   object Button2: TButton
  32.     Left = 0
  33.     Top = 24
  34.     Width = 154
  35.     Height = 25
  36.     Caption = 'V∩┐╜daje'
  37.     TabOrder = 1
  38.     OnClick = Button2Click
  39.   end
  40.   object Button3: TButton
  41.     Left = 0
  42.     Top = 48
  43.     Width = 154
  44.     Height = 25
  45.     Caption = 'Materi∩┐╜l'
  46.     TabOrder = 2
  47.     OnClick = Button3Click
  48.   end
  49.   object Button4: TButton
  50.     Left = 0
  51.     Top = 72
  52.     Width = 154
  53.     Height = 25
  54.     Caption = 'S. + Z. poji∩┐╜t∩┐╜n∩┐╜'
  55.     TabOrder = 3
  56.     OnClick = Button4Click
  57.   end
  58.   object Button5: TButton
  59.     Left = 0
  60.     Top = 96
  61.     Width = 154
  62.     Height = 25
  63.     Caption = 'Provozn∩┐╜ re∩┐╜ie'
  64.     TabOrder = 4
  65.     OnClick = Button5Click
  66.   end
  67.   object Button6: TButton
  68.     Left = 0
  69.     Top = 120
  70.     Width = 154
  71.     Height = 25
  72.     Caption = 'Stav na ∩┐╜∩┐╜t∩┐╜'
  73.     TabOrder = 5
  74.     OnClick = Button6Click
  75.   end
  76.   object Panel1: TPanel
  77.     Left = -8
  78.     Top = 146
  79.     Width = 170
  80.     Height = 3
  81.     TabOrder = 6
  82.   end
  83.   object Button7: TButton
  84.     Left = 0
  85.     Top = 150
  86.     Width = 154
  87.     Height = 25
  88.     Caption = 'Ok'
  89.     Font.Charset = DEFAULT_CHARSET
  90.     Font.Color = clWindowText
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = [fsBold]
  94.     ParentFont = False
  95.     TabOrder = 7
  96.     OnClick = Button7Click
  97.   end
  98. end
  99.